home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / hf / dsp / source / dspldrv.h < prev    next >
Encoding:
Text File  |  1991-08-11  |  422 b   |  16 lines

  1. /*
  2.  *  DSPLDRV.H -- Header for display driver
  3.  *
  4.  *  Copyright (C) 1989, 1990 by Jarkko Vuori. All rights reserved.
  5.  *  Author(s): J Vuori
  6.  *  Modification(s):
  7.  */
  8.  
  9.  
  10. int  InitDspl(int dx, int dy);
  11. void PlotPoint(int x, int y);
  12. void PlotStatus(long N, long samplef);
  13. void PlotMarker(int x1, int y1, double freq1, double amplitude1,
  14.         int x2, int y2, double freq2, double amplitude2);
  15. void ReleaseDspl(void);
  16.